home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-11 | 575 b | 18 lines | [TEXT/ScoM] |
- ambitus-section type range section pattern
-
- 0-based
-
- type - :transpose :invert
- range - integer, symbol, pitch or instrument-name
-
- This function enables ambitus operations to be made on ranges in multiple lists or sections.
-
- (ambitus-section :transpose '((0 11) (11 24)) '(0 2)
- '((a b c d e f g h i j k l m n)
- (a b c d e f g h i j k l m n)
- (a b c d e f g h i j k l m n)))
-
- => ((a b c d e f g h i j k l a b) ; range 0 11
- (a b c d e f g h i j k l m n) ; no operation
- (m n o p q r s t u v w l m n)) ; range 11 24
-